home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / screens / contract offer.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  10.4 KB  |  261 lines

  1. <screen subtitle="Contract Offer" version="1.0">
  2.     <!-- actions -->
  3.     <list id="acts">
  4.         <record text="Confirm Offer" id="set " event_id="offr"/>
  5.         <record text="Undo Changes" event_id="revt" />
  6.         <record text="Withdraw Offer" id="disc" event_id="can?"/>
  7.     </list>
  8.  
  9.  
  10.     <container class="titled_box" title="Contract Offer">
  11.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  12.     
  13.         <!-- everything inside a scrolling box, in case screen gets too small -->
  14.         <container class="scrolling_box" id="cosb">
  15.             <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  16.         
  17.             <container id="cogb">
  18.                     <!-- layout objects from top to bottom -->
  19.                 <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" />
  20.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  21.  
  22.                 <!-- contract requirements -->
  23.                 <container class="subsection_box" id ="cont">
  24.                     <string id="titl" value="Contract Requirements"/>
  25.     
  26.                     <layout class="arrange_vertical_attachment" alignment="top" offset="0" />
  27.                     <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" />
  28.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  29.     
  30.                     <widget class="text" id="requ" auto_size="vertical" spec="text"/>
  31.                 </container>
  32.  
  33.                 <container>
  34.                     <!-- layout objects from left to right -->
  35.                     <layout class="arrange_horizontal_attachment" alignment="left,fill" offset="0" />
  36.                     <layout class="fit_children_attachment" alignment="vertical" offset="0" />
  37.                     <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0" />
  38.  
  39.                     <!-- basic offer -->
  40.                     <!-- Human contract offer -->
  41.                     <container class="subsection_box" id ="cbo1">
  42.                         <string id="titl" value="Offer"/>
  43.         
  44.                         <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
  45.                         <layout class="fit_children_attachment" alignment="vertical, fill" gap="0" inset="0"/>
  46.                         <layout class="fit_children_attachment" alignment="vertical" offset="0" layout_children="true"/>
  47.                         <layout class="arrange_horizontal_attachment" alignment="left" layo="-2,-3" offset="0" layout_children="true"/>
  48.                         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  49.  
  50.                         <container id="jobp">
  51.                             <layout class="arrange_horizontal_attachment" alignment="left" layo="-2,-3" offset="0" />
  52.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  53.                             
  54.                             <widget class="label" text="Job"/>
  55.                             <widget class="popup_button" id="jobw" sele="jobc"/>
  56.                         </container>
  57.                         
  58.                         <container id="wagp">
  59.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  60.                             
  61.                             <widget class="label" text="Wage"/>
  62.                             <widget class="cssl" id="wagw">
  63.                                 <flags id="crst" value="8"/>
  64.                                 <integer id="cmnv" value="0"/>
  65.                                 <boolean id="uswg" value="true"/>
  66.                                 <flags id="sele" value="cwwg"/>
  67.                             </widget>
  68.                         </container>
  69.                         
  70.                         <container id="acfp">
  71.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  72.                             <widget class="label" text="Achieve Type"/>
  73.                             <widget class="popup_button" id="acfw" auto_size="vertical" spec="text"/>
  74.                         </container>                                                
  75.                     
  76.                         <container id="rctp">
  77.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  78.                             
  79.                             <widget class="label" text="Contract Type"/>
  80.                             <widget class="popup_button" id="rctw" sele="conc">
  81.                                 <list id="items">
  82.                                     <record id="0"><string id="text" value="Standard"/></record>
  83.                                     <record id="1"><string id="text" value="Rolling"/></record>
  84.                                 </list>
  85.                             </widget>
  86.                                     
  87.                         </container>
  88.                         
  89.                         <container id="clnp">
  90.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  91.                             
  92.                             <widget class="label" text="Contract Length"/>
  93.                             <widget class="left_right_list" id="clnw" sele="lenc"/>
  94.                         </container>
  95.                                         
  96.                         <container id="tdtp">
  97.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  98.                             
  99.                             <widget class="label" text="Transfer Date"/>
  100.                             <widget class="popup_button" id="tdtw" sele="free"/>
  101.                         </container>
  102.                         
  103.                         <container id="wbup">
  104.                               <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  105.                               
  106.                               <widget class="label" text="Wage Budget"/>
  107.                               <widget class="popup_button" id="wbuw" sele="cwbu"/>
  108.                           </container>
  109.                         
  110.                         <container id="tbup">
  111.                               <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  112.                               
  113.                               <widget class="label" text="Transfer Budget"/>
  114.                               <widget class="popup_button" id="tbuw" sele="ctbu"/>
  115.                           </container>
  116.                           
  117.                       </container>
  118.         
  119.                     <container class="subsection_box" id="cbo2">
  120.                         <string id="titl" value="Offer"/>
  121.         
  122.                         <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
  123.                         <layout class="fit_children_attachment" alignment="vertical, fill" gap="0" inset="0"/>
  124.                         <layout class="fit_children_attachment" alignment="vertical" offset="0" layout_children="true"/>
  125.                         <layout class="arrange_horizontal_attachment" alignment="left" layo="-2,-3" offset="0" layout_children="true"/>
  126.                         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  127.  
  128.                         
  129.                         <container id="sqsp">
  130.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  131.                             
  132.                             <widget class="label" text="Squad Status"/>
  133.                             <widget class="popup_button" id="sqsw" sele="stat"/>
  134.                         </container>
  135.         
  136.                         <container id="jobp">
  137.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  138.                             
  139.                             <widget class="label" text="Job"/>
  140.                             <widget class="popup_button" id="jobw" sele="jobc"/>
  141.                         </container>
  142.         
  143.                         <container id="wagp">
  144.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  145.                             
  146.                             <widget class="label" text="Wage"/>
  147.                             <widget class="cssl" id="wagw">
  148.                                 <flags id="crst" value="8"/>
  149.                                 <integer id="cmnv" value="0"/>
  150.                                 <boolean id="uswg" value="true"/>
  151.                                 <flags id="sele" value="cwwg"/>
  152.                             </widget>
  153.                         </container>
  154.         
  155.                         <container id="fltp">
  156.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  157.                             
  158.                             <widget class="label" text="Contract Type"/>
  159.                             <widget class="popup_button" id="fltw" sele="conc">
  160.                                 <list id="items">
  161.                                     <record id="0"><string id="text" value="Part Time"/></record>
  162.                                     <record id="1"><string id="text" value="Full Time"/></record>
  163.                                 </list>
  164.                             </widget>
  165.                         </container>
  166.                         
  167.                         <container id="tdtp">
  168.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  169.                             
  170.                             <widget class="label" text="Transfer Date"/>
  171.                             <widget class="popup_button" id="tdtw" sele="free"/>
  172.                         </container>
  173.         
  174.                         <container id="clnp">
  175.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  176.                             
  177.                             <widget class="label" text="Contract Length"/>
  178.                             <widget class="left_right_list" id="clnw" sele="lenc"/>
  179.                         </container>
  180.         
  181.                         <container id="sofp">
  182.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  183.                             
  184.                             <widget class="label" text="Signing On Fee"/>
  185.                             <widget class="cssl" id="sofw">
  186.                                 <flags id="crst" value="4"/>
  187.                                 <integer id="cmnv" value="0"/>
  188.                                 <boolean id="uswg" value="false"/>
  189.                                 <flags id="sele" value="csof"/>
  190.                             </widget>
  191.                         </container>
  192.                     </container>
  193.  
  194.                     <!-- Bonuses/Clauses -->
  195.                     <container class="subsection_box" id="clbx">
  196.                         <string id="titl" value="Bonuses/Clauses"/>
  197.                         <boolean id="cola" value="true"/>
  198.                         <boolean id="scst" value="true"/>
  199.             
  200.                         <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  201.                         <layout class="fit_children_attachment" alignment="vertical, fill" offset="4"/>
  202.                         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  203.                         
  204.                         <widget class="table" id="column_span">
  205.                             <flags id="mode" value="select_rows, select_multiple, show_bullets"/>
  206.                             <boolean id="auto_size_rows" value="true"/>
  207.                             <boolean id="stretch_to_fit_rows" value="true"/>
  208.                             <flags id="layo" value="-1,150"/>
  209.                             <flags id="sele" value="updc"/>
  210.                         </widget>
  211.                         
  212.                         <container>
  213.                             <layout class="arrange_horizontal_attachment" alignment="right" offset="0"/>
  214.                             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  215.                             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  216.                         
  217.                             <widget class="action_button" id="rmcw" auto_size="horizontal" clke="remc">
  218.                                 <string id="text" value="Remove"/>
  219.                             </widget>
  220.         
  221.                             <widget class="popup_button" id="adcw" auto_size="horizontal" fixed="true" sele="addc">
  222.                                 <string id="text" value="Add"/>
  223.  
  224.                                 <list id="items">
  225.                                     <record name="Appearance Fee" id="apbs"/>
  226.                                     <record name="Goal Bonus" id="glbs"/>
  227.                                     <record name="Assist Bonus" id="asbs"/>
  228.                                     <record name="Clean Sheet Bonus" id="csbs"/>
  229.                                 </list>
  230.                                 
  231.                             </widget>
  232.                             
  233.                             <widget class="popup_button" id="adc1" auto_size="horizontal" fixed="true" sele="addc">
  234.                                 <string id="text" value="Add"/>    
  235.                             </widget>
  236.                             
  237.                         </container>
  238.                     </container>
  239.  
  240.                 </container>
  241.  
  242.                 <!-- comments -->
  243.                 <container class="subsection_box" id="cmmp">
  244.                     <string id="titl" value="Comments"/>
  245.                     <boolean id="scst" value="true"/>
  246.                     
  247.                     <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="8"/>
  248.                     <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" gap="8"/>
  249.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  250.                     
  251.                     <record id="defp">
  252.                         <flags id="auto_size" value="vertical"/>
  253.                         <flags id="spec" value="text"/>
  254.                     </record>
  255.                 </container>
  256.         
  257.             </container>
  258.         </container>
  259.     </container>
  260. </screen>
  261.